Class FastGreedy

  • All Implemented Interfaces:
    Processable<Graph,​Graph>

    public class FastGreedy
    extends ClusteringAlgorithm
    FastGreedu Algorithm https://ece-research.unm.edu/ifis/papers/community-moore.pdf
    Author:
    Cesar Martin
    • Method Detail

      • process

        public java.util.ArrayList<Graph> process​(Graph graph)
        Performs FastGreedy community detection on a given Graph, returning the clustering with the maximum modularity.
        Parameters:
        graph - the Graph to perform FastGreedy on
        Returns:
        the list of Graphs representing the clustering with the maximum modularity